home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-05 | 2.3 KB | 78 lines | [TEXT/MPS ] |
- # Copyright © 1996 by Apple Computer, Inc. All rights reserved.
- # Int64Lib Change History
- #
- # FILE
- # Int64Lib Change History
- #
- # NAME
- # Int64Lib
- #
- # DESCRIPTION
- # This file chronicles the changes made to the Shared Int64Lib project.
- #
- # ------------------------------------------------------------------------------------------
- #
- # Please keep your comments simple.
- #
- # Try not to comment on the future but only on the present.
- #
- # Please keep the following format in this file:
- #
- #
-
- v.vvvv - ddd iii // this is a version release comment
- comment............
- comment............
-
- - ddd iii // this is a generic history comment
- comment............
- comment............
-
- #
- # where: v.vvvv is the latest official build version,
- # ddd is the date of the comment,
- # iii is the comment maker's initials,
- #
- #############################################################################################
-
- 1.0d1 - 18 Jul 96 - TRT
- Initial version.
-
- The first library supported is the WideLib code for both 68K and PPC,
- created from code supplied in _develop_ magazine, issue #26.
- This library has been compiled under the following development systems:
- - Symantec C 68K 7.0.5
- - CodeWarrior 9 (68K and PPC)
- - MPW 3.3.1 (MPWC 68K and PPCC PPC)
- - MPW 3.4.1 (SC 68K and MrC PPC)
-
- For MPW, users need to include Wide.h (from Shared.Common:Includes:) in their
- source. The GX version of the WideLib as described in _develop_ is currently
- NOT supported. MPW 68K applications need to link with Wide.Lib, and MPW PPC
- applications need to link with Wide.xcoff.
-
- 1.0d2 - 28 Jul 96 - TRT
- Changed Wide library names to use better naming conventions :
-
- Old name New name
-
- Wide.Lib Wide.68K.lib
- Wide.xcoff Wide.PPC.xcoff
-
- Added following versions of libraries :
-
- Wide.68K.lib.SC - for MPW 3.4.x
- Wide.PPC.xcoff.MrC - for MPW 3.4.x
-
- 1.0d3 - 05 Aug 96 - TRT
-
- Modified SCMBuild script to do a bit more checking.
- Updated source code to be compatible with Universal Headers v3.0d5
-
- But these headers don't come with standard ANSI C includes, so
- you need you copy the ANSI headers, or change CIncludes/PPCCIncludes
- to something like :
-
- Set CIncludes "Mac OS 8 Interfaces & Libraries:Interfaces:CIncludes:, {CIncludes}"
- Set PPCCIncludes "Mac OS 8 Interfaces & Libraries:Interfaces:CIncludes:, {PPCCIncludes}"
-